// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04B TN_Widget.CreateTable([['Norah Jones','The Bardavon 1869 Opera House','Poughkeepsie, NY','Tuesday','5/7/2024','8:00 PM','6218455','Norah-Jones-5-7-2024'],['Madama Butterfly - Met Opera Broadcast','The Bardavon 1869 Opera House','Poughkeepsie, NY','Saturday','5/11/2024','1:00 PM','5853135','Madama-Butterfly---Met-Opera-Broadcast-5-11-2024'],['Best Of Times - A Tribute To Styx','The Bardavon 1869 Opera House','Poughkeepsie, NY','Friday','5/17/2024','7:30 PM','6351621','Best-Of-Times---A-Tribute-To-Styx-5-17-2024'],['Britishmania - The Best of Beatlemania','The Bardavon 1869 Opera House','Poughkeepsie, NY','Saturday','5/18/2024','7:30 PM','6351516','Britishmania---The-Best-of-Beatlemania-5-18-2024'],['Dance Beacon - Ballet Arts Studio: Time Steps','The Bardavon 1869 Opera House','Poughkeepsie, NY','Saturday','6/1/2024','2:00 PM','6410108','Dance-Beacon---Ballet-Arts-Studio--Time-Steps-6-1-2024'],['Dance Beacon - Ballet Arts Studio: Time Steps','The Bardavon 1869 Opera House','Poughkeepsie, NY','Saturday','6/1/2024','6:30 PM','6410106','Dance-Beacon---Ballet-Arts-Studio--Time-Steps-6-1-2024'],['Michael Carbonaro','The Bardavon 1869 Opera House','Poughkeepsie, NY','Sunday','6/2/2024','7:00 PM','6236861','Michael-Carbonaro-6-2-2024'],['John Lodge','The Bardavon 1869 Opera House','Poughkeepsie, NY','Monday','7/29/2024','7:30 PM','6027788','John-Lodge-7-29-2024'],['Jessica Kirson','The Bardavon 1869 Opera House','Poughkeepsie, NY','Saturday','10/26/2024','7:00 PM','6358904','Jessica-Kirson-10-26-2024'],['Capitol Fools','The Bardavon 1869 Opera House','Poughkeepsie, NY','Friday','11/1/2024','8:00 PM','6367136','Capitol-Fools-11-1-2024'],['Mark Normand','The Bardavon 1869 Opera House','Poughkeepsie, NY','Friday','11/15/2024','7:00 PM','6383877','Mark-Normand-11-15-2024']],'Bardavon Opera House','http://www.ticketnetwork.com/ticket/Bardavon-Opera-House-events.aspx');